home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-07-09 | 430 b | 21 lines |
- # Generated automatically from Makefile.in by configure.
-
- FILES = snmpd.conf acl.conf context.conf party.conf view.conf
-
- all:
- @/bin/true
-
- install:
- @for f in $(FILES) ; do \
- if [ ! -f /etc/$$f ] ; then \
- echo cp $$f /etc ; \
- cp $$f /etc ; \
- else \
- echo /etc/$$f exists - not copied. ; \
- fi ; \
- done
- @echo 'Please Note: You may wish to run etc/installconf to install a V2 useable set.'
-
- clean:
- @/bin/true
-